home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_pas / ootp_4 / list7_2.pas < prev    next >
Pascal/Delphi Source File  |  1990-02-25  |  155b  |  11 lines

  1. program Listing7_2;
  2. uses mywindow, graph, mouse, crt;
  3. begin
  4. repeat until Keypressed;
  5. SetMouseHandler(0);
  6. RestoreCRTMode;
  7. end.
  8.  
  9.  
  10. { Listing 7-2 }
  11.